A good naming convention for D2WComponents that provide frozen XML is to use the entity name concatenated with the task name. By doing so, components are grouped in Project Builder by entity name.
The WebObjects Component Wizard window opens.
Edit the StudioSelect.java file. First change the component's superclass from WOComponent to D2WComponent. Since D2WComponent is provided by the directtoweb package, you also need to add an import line: